-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[radiobrowser] Initial contribution #16392
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a very nice binding. Just finished my first pass of review, checked all files. There are some questions and suggestions, let me knwo if something is unclear.
...adiobrowser/src/main/java/org/openhab/binding/radiobrowser/internal/RadioBrowserHandler.java
Show resolved
Hide resolved
...adiobrowser/src/main/java/org/openhab/binding/radiobrowser/internal/RadioBrowserHandler.java
Outdated
Show resolved
Hide resolved
...adiobrowser/src/main/java/org/openhab/binding/radiobrowser/internal/RadioBrowserHandler.java
Outdated
Show resolved
Hide resolved
...adiobrowser/src/main/java/org/openhab/binding/radiobrowser/internal/api/RadioBrowserApi.java
Outdated
Show resolved
Hide resolved
...adiobrowser/src/main/java/org/openhab/binding/radiobrowser/internal/api/RadioBrowserApi.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
Co-authored-by: lsiepel <[email protected]> Signed-off-by: Matthew Skinner <[email protected]>
Co-authored-by: lsiepel <[email protected]> Signed-off-by: Matthew Skinner <[email protected]>
Co-authored-by: lsiepel <[email protected]> Signed-off-by: Matthew Skinner <[email protected]>
…nhab/binding/radiobrowser/internal/RadioBrowserBindingConstants.java Co-authored-by: lsiepel <[email protected]> Signed-off-by: Matthew Skinner <[email protected]>
…nhab/binding/radiobrowser/internal/RadioBrowserBindingConstants.java Co-authored-by: lsiepel <[email protected]> Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
…nhab/binding/radiobrowser/internal/api/RadioBrowserApi.java Co-authored-by: lsiepel <[email protected]> Signed-off-by: Matthew Skinner <[email protected]>
…nhab/binding/radiobrowser/internal/RadioBrowserHandler.java Co-authored-by: lsiepel <[email protected]> Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
…nhab/binding/radiobrowser/internal/RadioBrowserHandler.java Co-authored-by: lsiepel <[email protected]> Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
Co-authored-by: lsiepel <[email protected]> Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
…-INF/thing/thing-types.xml Co-authored-by: lsiepel <[email protected]> Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
@lsiepel Thank you for the review, I have address all comments now. |
...adiobrowser/src/main/java/org/openhab/binding/radiobrowser/internal/api/RadioBrowserApi.java
Show resolved
Hide resolved
Signed-off-by: Matthew Skinner <[email protected]>
Signed-off-by: Matthew Skinner <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for contributing this new binding. LGTM.
Do you need more time to test, as you are still adding commits?
I cannot find any more bugs, and a small number of users have reported it works on forum, so let's merge. |
* initial code Signed-off-by: Matthew Skinner <[email protected]> Signed-off-by: Jørgen Austvik <[email protected]>
* initial code Signed-off-by: Matthew Skinner <[email protected]>
A new binding to navigate and find internet radio broadcasts.
This functionality has been built in to Home Assistant for > 2 years, so it scores high on how many systems use it, as it's installed by default and they need to opt out. 71.6% of their systems at this point in time due to this.
So I feel its time we have the ability for users to come across and have similar ability, done in a different and hopefully better way that has actually helpful documentation.
I feel this is far more flexible than HA's current implementation, which is funny as it is now 2 years on and basic stuff did not get added that users are asking for.
In this binding you can apply multiple filters at a time and can automate the filter changes as they are channels. You can filter to USA + Texas + Spanish + Polka Music to probably get no results with that combo, but its flexible to turn the > 45,000 radio stations down to a short list to try streaming by applying multiple filters.
I added a widget to make using it easier, as a URL text string is not useful for anyone.
https://community.openhab.org/t/radio-browser-basic-widget-for-finding-internet-radio-streams-with-the-ui/153783